From: John Wiegley Date: Tue, 24 Apr 2001 01:39:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40600 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0ff0f666c88e7206d0bafb482eba295f72d2a291;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6028af5c4c8..f5434e2565e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,34 @@ +2001-04-23 John Wiegley + + * calendar/timeclock.el (timeclock-day-required): If the time + required for a particular day is not set, use `timeclock-workday'. + (timeclock-find-discrep): Added some sample code in a comment. + + * eshell/eshell.el (eshell-command): Made a few changes so that + `eshell-command' could be called programmatically. + + * eshell/esh-mode.el: Moved `eshell-non-interactive-p' to + eshell.el. + + * eshell/eshell.el (eshell-non-interactive-p): Moved this variable + here. + +2001-04-22 John Wiegley + + * calendar/timeclock.el: Updated copyright. + (timeclock-generate-report): Don't report the daily or two-week + total, if no time has been worked in that period. + (timeclock-find-discrep): Moved call to `file-readable-p'; removed + final computational form, which was unnecessary; corrected a + parsing problem when timeclock-relative was nil. + +2001-04-22 Kahlil Hodgson + + * calendar/timeclock.el (timeclock-modeline-display): Check if + `list-entry' is null. + (timeclock-use-display-time): The first argument to `set-variable' + must be a symbol. + 2001-04-23 Eli Zaretskii * calendar/calendar.el (diary-entry-marker)